CollectionViewSectionInformation class¶
Attributes: [DebuggerDisplay("{Collection}")]
Defined in
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Full name: ReactiveUI.Reactive.CollectionViewSectionInformation<T>
Modifiers: public
Summary¶
Class used to extract a common API between UICollectionView and UICollectionViewCell.
Applies to
net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
Class hierarchy
classDiagram
class CollectionViewSectionInformation~T~
class ISectionInformation~UICollectionViewCell~ {
<>
}
ISectionInformation~UICollectionViewCell~ <|.. CollectionViewSectionInformation~T~
Implements: ISectionInformation<UICollectionViewCell>
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| Collection | Gets the collection. |
| InitializeCellAction | Gets the initialize cell action. |
| CellKeySelector | Gets the cell key selector. |